[INFO] cloning repository https://github.com/iyongliang/alacritty
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iyongliang/alacritty" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiyongliang%2Falacritty", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiyongliang%2Falacritty'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d021a7b6f871f4078073848cf8744881561eb254
[INFO] fixing iyongliang/alacritty against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiyongliang%2Falacritty" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/iyongliang/alacritty
[INFO] finished tweaking git repo https://github.com/iyongliang/alacritty
[INFO] tweaked toml for git repo https://github.com/iyongliang/alacritty written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/iyongliang/alacritty on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/iyongliang/alacritty already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 056103d98094e97bbba21626c081c8b719b863a9cbafbb159548aa101e84565c
[INFO] running `Command { std: "docker" "start" "056103d98094e97bbba21626c081c8b719b863a9cbafbb159548aa101e84565c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "056103d98094e97bbba21626c081c8b719b863a9cbafbb159548aa101e84565c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "056103d98094e97bbba21626c081c8b719b863a9cbafbb159548aa101e84565c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "056103d98094e97bbba21626c081c8b719b863a9cbafbb159548aa101e84565c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating alacritty/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating alacritty_config/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating alacritty_config_derive/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating alacritty_terminal/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling cc v1.1.5
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking libloading v0.8.4
[INFO] [stderr]    Compiling wayland-sys v0.31.4
[INFO] [stderr]    Compiling wayland-client v0.31.5
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]    Compiling quick-xml v0.34.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling xml-rs v0.8.20
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking winnow v0.6.13
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling thiserror v1.0.62
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v5.0.0
[INFO] [stderr]     Checking xcursor v0.3.5
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking anstyle-parse v0.2.4
[INFO] [stderr]    Compiling crossfont v0.8.0
[INFO] [stderr]    Compiling serde_json v1.0.120
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking arrayref v0.3.7
[INFO] [stderr]     Checking bytemuck v1.16.1
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.0
[INFO] [stderr]     Checking colorchoice v1.0.1
[INFO] [stderr]     Checking anstyle-query v1.1.0
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]     Checking anstyle v1.0.7
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking unicode-width v0.1.13
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking anstream v0.6.14
[INFO] [stderr]     Checking clap_lex v0.7.1
[INFO] [stderr]    Compiling syn v2.0.71
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.2
[INFO] [stderr]    Compiling cstr v0.2.12
[INFO] [stderr]     Checking memmap2 v0.9.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking clap_builder v4.5.9
[INFO] [stderr]    Compiling wayland-scanner v0.31.4
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]    Compiling glutin v0.32.0
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling winit v0.30.4
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr]    Compiling wayland-backend v0.3.6
[INFO] [stderr]    Compiling freetype-sys v0.20.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.13
[INFO] [stderr]     Checking filetime v0.2.23
[INFO] [stderr]     Checking xdg v2.5.2
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking png v0.17.13
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling thiserror-impl v1.0.62
[INFO] [stderr]    Compiling foreign-types-macros v0.2.3
[INFO] [stderr]    Compiling alacritty_config_derive v0.2.3-dev (/opt/rustwide/workdir/alacritty_config_derive)
[INFO] [stderr]    Compiling clap_derive v4.5.8
[INFO] [stderr]    Migrating alacritty_config_derive/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking foreign-types v0.5.0
[INFO] [stderr]     Checking clap v4.5.9
[INFO] [stderr]     Checking clap_complete v4.5.8
[INFO] [stderr]     Checking serde_spanned v0.6.6
[INFO] [stderr]     Checking toml_datetime v0.6.6
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking toml_edit v0.22.15
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking cursor-icon v1.1.0
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking dpi v0.1.1
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking vte v0.13.0
[INFO] [stderr]     Checking freetype-rs v0.36.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.0
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.0
[INFO] [stderr]    Compiling alacritty v0.14.0-dev (/opt/rustwide/workdir/alacritty)
[INFO] [stderr]    Migrating alacritty/build.rs from 2021 edition to 2024
[INFO] [stderr]     Checking toml v0.8.14
[INFO] [stderr]     Checking alacritty_config v0.2.1-dev (/opt/rustwide/workdir/alacritty_config)
[INFO] [stderr]    Migrating alacritty_config/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating alacritty_config_derive/tests/config.rs from 2021 edition to 2024
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> alacritty_config_derive/tests/config.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |         LOGGER.as_mut().unwrap()
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking polling v3.7.2
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking rustix-openpty v0.1.1
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking alacritty_terminal v0.24.1-dev (/opt/rustwide/workdir/alacritty_terminal)
[INFO] [stderr]    Migrating alacritty_terminal/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking x11-clipboard v0.9.2
[INFO] [stderr]     Checking wayland-protocols v0.32.3
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking wayland-cursor v0.31.5
[INFO] [stderr]        Fixed alacritty_terminal/src/index.rs (1 fix)
[INFO] [stderr]        Fixed alacritty_terminal/src/tty/mod.rs (5 fixes)
[INFO] [stderr]        Fixed alacritty_terminal/src/tty/unix.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> alacritty_terminal/src/tty/unix.rs:270:11
[INFO] [stdout]     |
[INFO] [stdout] 206 |     let mut builder = if let Some(shell) = config.shell.as_ref() {
[INFO] [stdout]     |         -----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `builder` calls a custom destructor
[INFO] [stdout]     |         `builder` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 261 |     let (signals, sig_id) = {
[INFO] [stdout]     |          -------
[INFO] [stdout]     |          |
[INFO] [stdout]     |          `signals` calls a custom destructor
[INFO] [stdout]     |          `signals` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 270 |     match builder.spawn() {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 289 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `builder` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]     = note: `builder` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `builder` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `signals` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> alacritty_terminal/src/tty/unix.rs:270:11
[INFO] [stdout]     |
[INFO] [stdout] 206 |     let mut builder = if let Some(shell) = config.shell.as_ref() {
[INFO] [stdout]     |         -----------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `builder` calls a custom destructor
[INFO] [stdout]     |         `builder` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 261 |     let (signals, sig_id) = {
[INFO] [stdout]     |          -------
[INFO] [stdout]     |          |
[INFO] [stdout]     |          `signals` calls a custom destructor
[INFO] [stdout]     |          `signals` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 270 |     match builder.spawn() {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 289 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `builder` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]     = note: `builder` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `builder` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout] note: `signals` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating alacritty_terminal/tests/ref.rs from 2021 edition to 2024
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.3
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.3
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking smithay-clipboard v0.7.2
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking copypasta v0.10.1
[INFO] [stderr]    Migrating alacritty/src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed alacritty/src/renderer/text/gles2.rs (2 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> alacritty/src/cli.rs:360:19
[INFO] [stdout]     |
[INFO] [stdout] 360 |             match config.replace(parsed.clone()) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 361 |                 Err(err) => {
[INFO] [stdout]     |                     ---
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     `err` calls a custom destructor
[INFO] [stdout]     |                     `err` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 370 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `err` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed alacritty/src/main.rs (1 fix)
[INFO] [stderr]        Fixed alacritty/src/config/bindings.rs (7 fixes)
[INFO] [stderr]        Fixed alacritty/src/ipc.rs (1 fix)
[INFO] [stderr]        Fixed alacritty/src/event.rs (1 fix)
[INFO] [stderr]        Fixed alacritty/src/logging.rs (2 fixes)
[INFO] [stderr]        Fixed /opt/rustwide/target/debug/build/alacritty-4fb3b3bee7c05e67/out/gl_bindings.rs (396 fixes)
[INFO] [stderr]        Fixed alacritty/src/renderer/text/glsl3.rs (2 fixes)
[INFO] [stderr]        Fixed alacritty/src/clipboard.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> alacritty/src/config/bindings.rs:1074:39
[INFO] [stdout]      |
[INFO] [stdout] 1002 |                 let mut action: Option<Action> = None;
[INFO] [stdout]      |                     ----------
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     `action` calls a custom destructor
[INFO] [stdout]      |                     `action` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1017 |                             let value = map.next_value::<SerdeValue>()?;
[INFO] [stdout]      |                                         -------------------------------
[INFO] [stdout]      |                                         |
[INFO] [stdout]      |                                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1043 |                             mods = Some(map.next_value::<ModsWrapper>()?.into_inner());
[INFO] [stdout]      |                                         --------------------------------
[INFO] [stdout]      |                                         |
[INFO] [stdout]      |                                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1050 |                             let mode_deserializer = map.next_value::<ModeWrapper>()?;
[INFO] [stdout]      |                                                     --------------------------------
[INFO] [stdout]      |                                                     |
[INFO] [stdout]      |                                                     this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                                     `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1059 |                             let value = map.next_value::<SerdeValue>()?;
[INFO] [stdout]      |                                         -------------------------------
[INFO] [stdout]      |                                         |
[INFO] [stdout]      |                                         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                         `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1074 |                                 match Action::deserialize(value.clone()).map_err(V::Error::custom) {
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                       up until Edition 2021 `#8` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 1075 |                                     Ok(action) => Some(action),
[INFO] [stdout] 1076 |                                     Err(err) => {
[INFO] [stdout]      |                                         ---
[INFO] [stdout]      |                                         |
[INFO] [stdout]      |                                         `err` calls a custom destructor
[INFO] [stdout]      |                                         `err` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1086 |                             };
[INFO] [stdout]      |                             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 1093 |                             chars = Some(map.next_value()?);
[INFO] [stdout]      |                                          -----------------
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                          `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1100 |                             mouse = Some(map.next_value::<MouseButtonWrapper>()?.into_inner());
[INFO] [stdout]      |                                          ---------------------------------------
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                          `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1107 |                             command = Some(map.next_value::<Program>()?);
[INFO] [stdout]      |                                            ----------------------------
[INFO] [stdout]      |                                            |
[INFO] [stdout]      |                                            this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                            `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#8` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `action` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> alacritty/src/daemon.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |       let mut command = Command::new(program);
[INFO] [stdout]    |           -----------
[INFO] [stdout]    |           |
[INFO] [stdout]    |           `command` calls a custom destructor
[INFO] [stdout]    |           `command` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 65 | /         command
[INFO] [stdout] 66 | |             .pre_exec(|| {
[INFO] [stdout] 67 | |                 match libc::fork() {
[INFO] [stdout] 68 | |                     -1 => return Err(io::Error::last_os_error()),
[INFO] [stdout] ...  |
[INFO] [stdout] 78 | |             })
[INFO] [stdout] 79 | |             .spawn()?
[INFO] [stdout]    | |                     ^
[INFO] [stdout]    | |                     |
[INFO] [stdout]    | |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    | |                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    | |_____________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                       up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 83 |   }
[INFO] [stdout]    |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `command` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `command` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `command` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> alacritty/src/event.rs:179:15
[INFO] [stdout]     |
[INFO] [stdout] 178 |         let result = event_loop.run_app(self);
[INFO] [stdout]     |             ------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `result` calls a custom destructor
[INFO] [stdout]     |             `result` will be dropped later as of Edition 2024
[INFO] [stdout] 179 |         match self.initial_window_error.take() { Some(initial_window_error) => {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 184 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `result` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> alacritty/src/scheduler.rs:62:34
[INFO] [stdout]    |
[INFO] [stdout] 62 |             if let Some(timer) = self.timers.pop_front() {
[INFO] [stdout]    |                         -----    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                         |        |
[INFO] [stdout]    |                         |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                         |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                         `timer` calls a custom destructor
[INFO] [stdout]    |                         `timer` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 68 |                 let _ = self.event_proxy.send_event(timer.event);
[INFO] [stdout]    |                         ----------------------------------------
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 69 |             }
[INFO] [stdout] 70 |         }
[INFO] [stdout]    |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `timer` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed alacritty/src/input/mod.rs (9 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> alacritty/src/cli.rs:360:19
[INFO] [stdout]     |
[INFO] [stdout] 360 |             match config.replace(parsed.clone()) {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 361 |                 Err(err) => {
[INFO] [stdout]     |                     ---
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     `err` calls a custom destructor
[INFO] [stdout]     |                     `err` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 370 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `err` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> alacritty/src/config/bindings.rs:1074:39
[INFO] [stdout]      |
[INFO] [stdout] 1002 |                 let mut action: Option<Action> = None;
[INFO] [stdout]      |                     ----------
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     `action` calls a custom destructor
[INFO] [stdout]      |                     `action` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1017 |                             let value = map.next_value::<SerdeValue>()?;
[INFO] [stdout]      |                                         -------------------------------
[INFO] [stdout]      |                                         |
[INFO] [stdout]      |                                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1043 |                             mods = Some(map.next_value::<ModsWrapper>()?.into_inner());
[INFO] [stdout]      |                                         --------------------------------
[INFO] [stdout]      |                                         |
[INFO] [stdout]      |                                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1050 |                             let mode_deserializer = map.next_value::<ModeWrapper>()?;
[INFO] [stdout]      |                                                     --------------------------------
[INFO] [stdout]      |                                                     |
[INFO] [stdout]      |                                                     this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                                     `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1059 |                             let value = map.next_value::<SerdeValue>()?;
[INFO] [stdout]      |                                         -------------------------------
[INFO] [stdout]      |                                         |
[INFO] [stdout]      |                                         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                         `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1074 |                                 match Action::deserialize(value.clone()).map_err(V::Error::custom) {
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                                       |
[INFO] [stdout]      |                                       this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                       up until Edition 2021 `#8` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 1075 |                                     Ok(action) => Some(action),
[INFO] [stdout] 1076 |                                     Err(err) => {
[INFO] [stdout]      |                                         ---
[INFO] [stdout]      |                                         |
[INFO] [stdout]      |                                         `err` calls a custom destructor
[INFO] [stdout]      |                                         `err` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1086 |                             };
[INFO] [stdout]      |                             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 1093 |                             chars = Some(map.next_value()?);
[INFO] [stdout]      |                                          -----------------
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                          `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1100 |                             mouse = Some(map.next_value::<MouseButtonWrapper>()?.into_inner());
[INFO] [stdout]      |                                          ---------------------------------------
[INFO] [stdout]      |                                          |
[INFO] [stdout]      |                                          this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                          `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1107 |                             command = Some(map.next_value::<Program>()?);
[INFO] [stdout]      |                                            ----------------------------
[INFO] [stdout]      |                                            |
[INFO] [stdout]      |                                            this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                            `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#8` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `action` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> alacritty/src/daemon.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |       let mut command = Command::new(program);
[INFO] [stdout]    |           -----------
[INFO] [stdout]    |           |
[INFO] [stdout]    |           `command` calls a custom destructor
[INFO] [stdout]    |           `command` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 65 | /         command
[INFO] [stdout] 66 | |             .pre_exec(|| {
[INFO] [stdout] 67 | |                 match libc::fork() {
[INFO] [stdout] 68 | |                     -1 => return Err(io::Error::last_os_error()),
[INFO] [stdout] ...  |
[INFO] [stdout] 78 | |             })
[INFO] [stdout] 79 | |             .spawn()?
[INFO] [stdout]    | |                     ^
[INFO] [stdout]    | |                     |
[INFO] [stdout]    | |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    | |                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    | |_____________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                       up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 83 |   }
[INFO] [stdout]    |   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `command` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `command` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `command` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> alacritty/src/event.rs:179:15
[INFO] [stdout]     |
[INFO] [stdout] 178 |         let result = event_loop.run_app(self);
[INFO] [stdout]     |             ------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `result` calls a custom destructor
[INFO] [stdout]     |             `result` will be dropped later as of Edition 2024
[INFO] [stdout] 179 |         match self.initial_window_error.take() { Some(initial_window_error) => {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |               |
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 184 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `result` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> alacritty/src/scheduler.rs:62:34
[INFO] [stdout]    |
[INFO] [stdout] 62 |             if let Some(timer) = self.timers.pop_front() {
[INFO] [stdout]    |                         -----    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                         |        |
[INFO] [stdout]    |                         |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                         |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                         `timer` calls a custom destructor
[INFO] [stdout]    |                         `timer` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 68 |                 let _ = self.event_proxy.send_event(timer.event);
[INFO] [stdout]    |                         ----------------------------------------
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 69 |             }
[INFO] [stdout] 70 |         }
[INFO] [stdout]    |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `timer` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
[INFO] [stderr] crater-edition-check: alacritty v0.14.0-dev (/opt/rustwide/workdir/alacritty) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: alacritty_config v0.2.1-dev (/opt/rustwide/workdir/alacritty_config) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: alacritty_config_derive v0.2.3-dev (/opt/rustwide/workdir/alacritty_config_derive) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: alacritty_terminal v0.24.1-dev (/opt/rustwide/workdir/alacritty_terminal) updating edition from 2021 to 2024
[INFO] [stderr]    Compiling alacritty_config_derive v0.2.3-dev (/opt/rustwide/workdir/alacritty_config_derive)
[INFO] [stderr]     Checking alacritty_terminal v0.24.1-dev (/opt/rustwide/workdir/alacritty_terminal)
[INFO] [stderr]     Checking alacritty_config v0.2.1-dev (/opt/rustwide/workdir/alacritty_config)
[INFO] [stderr]    Compiling alacritty v0.14.0-dev (/opt/rustwide/workdir/alacritty)
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]   --> alacritty_config_derive/tests/config.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |         LOGGER.as_mut().unwrap()
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `alacritty_config_derive` (test "config") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "056103d98094e97bbba21626c081c8b719b863a9cbafbb159548aa101e84565c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "056103d98094e97bbba21626c081c8b719b863a9cbafbb159548aa101e84565c", kill_on_drop: false }`
[INFO] [stdout] 056103d98094e97bbba21626c081c8b719b863a9cbafbb159548aa101e84565c
